home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / extras / falcon / falclib5 / routs / frame.s < prev    next >
Text File  |  1995-04-27  |  501b  |  31 lines

  1.  
  2.         opt    xdebug
  3.         
  4.         include    releasem.s
  5.         include    getpar.s
  6.         move.l    a0,paradr
  7.         bra    main
  8.         include    shrtones.s
  9.         include    gem.s
  10.  
  11.  
  12. main
  13.  
  14.  
  15. **************************************
  16. ******        DATA AREA    ******        
  17. **************************************
  18.  
  19.  
  20.  
  21. *        include    vdilib.s    only needed if you use vdi
  22. *        include    aeslib.s    only needed if you use aes
  23. **************************************
  24. ******        BSS AREA    ******
  25. **************************************
  26.         section    bss
  27.         
  28. paradr        ds.l    1
  29.  
  30.  
  31.